Skip to content

amazonのURLを短縮するクローム拡張とブックマークレット

Notifications You must be signed in to change notification settings

HoorayTritium/amznLinkChrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amznLinkChrome

AmazonのURLを短縮するchrome拡張 「パッケージ化されていない拡張機能を追加する」から追加する 上部に短縮用のツールバーが追加される。

ブックマークレット

https://amzn-link.vercel.app/api/amznlink

以下のコードをコピーしてブックマークに登録。Amazonの商品ページでブックマークを押すと短縮URLが表示されたタブにとぶ。

javascript:var a=document.getElementById("ASIN");window.open("https://amzn-link.vercel.app/api/amznlink?ASIN="+a.value);

About

amazonのURLを短縮するクローム拡張とブックマークレット

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published