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擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | nejbfcpiopnbijigppomhgpieofpkfkb |
| 官方網址 | 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"
]
}
]
} | |