Take Note
An extension to help you take notes on long articles in your browser. Recognizes and formats code.
什麼是Take Note?
Take Note是由sarahhubschmail開發的Chrome擴展程式,該擴展的主要功能是“An extension to help you take notes on long articles in your browser. Recognizes and formats code.”。
擴展截圖
下載Take Note擴展crx文件
下載Take Note擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
An app that helps you take notes on articles, blog posts, or documentation. Select the text you want to save, right click, and press 'Take Note'. You can go back and edit or delete any notes you take. The extension also recognizes and formats any code you save as a note.
擴展基本資訊
名稱 | |
ID | jkhfbnadhkkefjioelljpcmkgnoamakg |
官方網址 | https://chrome.google.com/webstore/detail/take-note/jkhfbnadhkkefjioelljpcmkgnoamakg |
簡介 | An extension to help you take notes on long articles in your browser. Recognizes and formats code. |
檔案大小 | 1.87 MB |
安裝次數 | 162 |
目前版本 | 0.0.0.1 |
更新時間 | 2017-08-10 |
上架時間 | 2017-08-10 |
評分 | 4.00/5 共 6 次評分 |
開發者 | sarahhubschmail |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Take Note", "description": "An extension to help you take notes on long articles in your browser. Recognizes and formats code.", "background": { "scripts": [ "js\/jquery-3.2.1.js", "js\/background.js" ], "css": [ "style.css" ] }, "version": "0.0.0.1", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_title": "Take Note", "default_icon": "images\/icon.png" }, "permissions": [ "activeTab", "contextMenus", "storage", "tabs", "webNavigation" ], "icons": { "16": "images\/icon-bitty.png", "48": "images\/icon-bitty.png", "128": "images\/icon-bitty.png" } } |