GitNote 收藏
使用 GitNote 扩展程序保存任何网页内容到你的笔记中.
What is GitNote 收藏?
GitNote 收藏 is a Chrome extension developed by https://gitnoteapp.com, and its main feature is "使用 GitNote 扩展程序保存任何网页内容到你的笔记中.".
Extension Screenshots
Download GitNote 收藏 Extension CRX File
Download GitNote 收藏 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
使用 GitNote 扩展程序保存任何网页内容到你的笔记中.
Extension Basic Information
Name | |
ID | penfjgfngaanjogjdpdnibpeijnpbglc |
Official URL | https://chrome.google.com/webstore/detail/gitnote-%E6%94%B6%E8%97%8F/penfjgfngaanjogjdpdnibpeijnpbglc |
Description | 使用 GitNote 扩展程序保存任何网页内容到你的笔记中. |
File Size | 76.51 KB |
Installation Count | 462 |
Current Version | 0.1.3 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://gitnoteapp.com |
[email protected] | |
Payment Type | free |
Extension Website | https://gitnoteapp.com |
Supported Languages | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "0.1.3", "web_accessible_resources": [ "pages\/*" ], "permissions": [ "*:\/\/*\/*", "webRequest", "storage", "tabs" ], "background": { "scripts": [ "js\/background.js" ] }, "default_locale": "zh_CN", "icons": { "16": "icons\/icon.png", "32": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "browser_action": { "browser_style": true, "default_title": "__MSG_extensionName__" } } |