PinAli - PinIt button for AliExpress images
Add PinIt button for every image on AliExpress pages and share easy your shopping style.
PinAli - PinIt button for AliExpress imagesとは何ですか?
PinAli - PinIt button for AliExpress imagesはCodedByHandによって開発されたChromeの拡張機能で、その主な機能は「Add PinIt button for every image on AliExpress pages and share easy your shopping style.」です。
拡張機能のスクリーンショット
PinAli - PinIt button for AliExpress images拡張機能のCRXファイルをダウンロード
PinAli - PinIt button for AliExpress images拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | PinAli - PinIt button for AliExpress images |
ID | nejbfcpiopnbijigppomhgpieofpkfkb |
公式URL | https://chromewebstore.google.com/detail/pinali-pinit-button-for-a/nejbfcpiopnbijigppomhgpieofpkfkb |
説明 | Add PinIt button for every image on AliExpress pages and share easy your shopping style. |
ファイルサイズ | 11.37 KB |
インストール数 | 17 |
現在のバージョン | 1.0.2 |
最終更新日 | 2015-04-07 |
公開日 | 2015-04-07 |
開発者 | CodedByHand |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/coded-by-hand-privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PinAli - PinIt button for AliExpress images", "short_name": "PinAli", "version": "1.0.2", "description": "Add PinIt button for every image on AliExpress pages and share easy your shopping style.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "background": [], "content_scripts": [ { "matches": [ "http:\/\/activities.aliexpress.com\/*", "http:\/\/www.aliexpress.com\/*", "http:\/\/es.aliexpress.com\/*", "http:\/\/pt.aliexpress.com\/*", "http:\/\/ru.aliexpress.com\/*" ], "js": [ "pinali.js" ] } ] } |