Pocketlight
Highlighter for pocket
什麼是Pocketlight?
Pocketlight是由nik開發的Chrome擴展程式,該擴展的主要功能是“Highlighter for pocket”。
擴展截圖
下載Pocketlight擴展crx文件
下載Pocketlight擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A highlight pen for Pocket!
Features:
- Highlight anything from any article you've saved to pocket
- Search your highlights anytime and easily get back to the original article
Directions:
- Install the extension
- Go to getpocket.com and login to your pocket account
- From any article click the highlight pen icon in the upper right to start highlighting
- View and search your highlights from the main window or inside the 擴展基本資訊
| 名稱 | |
| ID | idlmcjohnlicpdbheeekjjecofdihfee |
| 官方網址 | https://chromewebstore.google.com/detail/pocketlight/idlmcjohnlicpdbheeekjjecofdihfee |
| 簡介 | Highlighter for pocket |
| 檔案大小 | 955 KB |
| 安裝次數 | 395 |
| 目前版本 | 0.0.6 |
| 更新時間 | 2015-09-10 |
| 上架時間 | 2015-09-10 |
| 評分 | 4.11/5 共 18 次評分 |
| 開發者 | nik |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"version": "0.0.6",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"web_accessible_resources": [
"images\/*",
"fonts\/*"
],
"content_security_policy": "script-src https:\/\/www.google-analytics.com https:\/\/cdn.heapanalytics.com https:\/\/heapanalytics.com 'self'; object-src 'self'",
"content_scripts": [
{
"matches": [
"*:\/\/getpocket.com\/a\/*"
],
"css": [
"styles\/content.css"
],
"js": [
"scripts\/heap.js",
"scripts\/content.js"
],
"run_at": "document_end",
"all_frames": false
}
]
} | |