Read Later - save tab and read later
An easy way to save a tab and revisit it later
什麼是Read Later - save tab and read later?
Read Later - save tab and read later是由lx223開發的Chrome擴展程式,該擴展的主要功能是“An easy way to save a tab and revisit it later”。
下載Read Later - save tab and read later擴展crx文件
下載Read Later - save tab and read later擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | eimchnaiimdmfefpplagekjgigbjmohd |
| 官方網址 | https://chromewebstore.google.com/detail/read-later-save-tab-and-r/eimchnaiimdmfefpplagekjgigbjmohd |
| 簡介 | An easy way to save a tab and revisit it later |
| 檔案大小 | 97.08 KB |
| 安裝次數 | 21 |
| 目前版本 | 0.2.4 |
| 更新時間 | 2015-10-14 |
| 上架時間 | 2015-10-14 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | lx223 |
| 付費類型 | free |
| 擴展官網 | https://github.com/lx223/read-later |
| 說明頁面URL | https://github.com/lx223/read-later-chrome-extension/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Read Later - save tab and read later",
"short_name": "Read Later",
"description": "An easy way to save a tab and revisit it later",
"version": "0.2.4",
"minimum_chrome_version": "35",
"manifest_version": 2,
"background": {
"scripts": [
"js\/utils.js",
"js\/storage.js",
"js\/contextMenu.js",
"js\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "img\/icon38_active.png",
"default_title": "Read Later",
"default_popup": "popup.html"
},
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"commands": {
"read-later": {
"suggested_key": {
"default": "Ctrl+Shift+A",
"mac": "Command+Shift+A"
},
"description": "A quick way to save&close current tab to read later"
},
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
}
}
},
"permissions": [
"activeTab",
"tabs",
"storage",
"unlimitedStorage",
"contextMenus",
"chrome:\/\/favicon\/*",
" | |