Auto Tags for Pocket
Automatically tags based on the contents of the article and saves it on the Pocket.
什麼是Auto Tags for Pocket?
Auto Tags for Pocket是由http://price-checker.jp開發的Chrome擴展程式,該擴展的主要功能是“Automatically tags based on the contents of the article and saves it on the Pocket.”。
擴展截圖
下載Auto Tags for Pocket擴展crx文件
下載Auto Tags for Pocket擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Automatically tags based on the contents of the article and saves it on the Pocket.
It checks automatically if the article is already in the Pocket.
Privacy Policy https://gist.github.com/panghea/c2a9f707a60b4d3c6e4306236577b585
* Version 1.0.0.9
New features.
supports to favorite tags.
It now checks automatically if the article is already in the Pocket.
* Version 1.0.0.6
Tags form using tag from recent 20 articles.
Enables manual input. 擴展基本資訊
| 名稱 | |
| ID | jklgiifjpenpbmeffikkoflnefncding |
| 官方網址 | https://chrome.google.com/webstore/detail/auto-tags-for-pocket/jklgiifjpenpbmeffikkoflnefncding |
| 簡介 | Automatically tags based on the contents of the article and saves it on the Pocket. |
| 檔案大小 | 1.97 MB |
| 安裝次數 | 460 |
| 目前版本 | 1.0.0.12 |
| 更新時間 | 2019-04-17 |
| 上架時間 | 2019-04-11 |
| 評分 | 4.36/5 共 11 次評分 |
| 開發者 | http://price-checker.jp |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://price-checker.jp/landing_page/index_en.html |
| 隱私政策頁面URL | https://gist.github.com/panghea/c2a9f707a60b4d3c6e4306236577b585 |
| 支援的語言 | en,ja |
| manifest.json | |
{
"name": "__MSG_extName__",
"short_name": "__MSG_extName__",
"version": "1.0.0.12",
"manifest_version": 2,
"description": "__MSG_description__",
"icons": {
"16": "image\/icon_16.png",
"48": "image\/icon_48.png",
"128": "image\/icon_128.png"
},
"default_locale": "en",
"page_action": {
"default_icon": "image\/icon_128.png",
"default_popup": "popup2\/popup.html"
},
"background": {
"page": "background.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"lib\/jquery-2.0.0.min.js",
"lib\/lodash.min.js",
"common.js",
"contentscript.js"
],
"css": [
"styles.css"
],
"all_frames": false,
"run_at": "document_end"
}
],
"content_security_policy": "script-src 'self' https:\/\/aukurabe2-hrd.appspot.com https:\/\/stats.g.doubleclick.net https:\/\/ssl.google-analytics.com 'unsafe-eval' https:\/\/aukurabe2-hd.appspot.com ;object-src 'self'",
"options_page": "options\/options.html",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"tabs",
"notifications",
"contextMenus"
],
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
"image\/*",
"*",
"notify.html"
],
"commands": {
"_execute_page_action": []
}
} | |