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 |
| 官方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"
]
}
]
} | |