Shakespeare

Save notes by website path

什麼是Shakespeare?

Shakespeare是由http://www.blackfish.fi開發的Chrome擴展程式,該擴展的主要功能是“Save notes by website path”。

擴展截圖

screenshot
screenshot

下載Shakespeare擴展crx文件

下載Shakespeare擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        With Shakespeare you can save notes by website path.

Every note is stored localy. "All notes" view is also available for better handling.

Shakepseare is lacking some intended features but hold on, more features are coming!

** Version 0.0.1 **

* Initial version                    

擴展基本資訊

名稱 Shakespeare Shakespeare
ID oafilfdaajfcfciemijddcoppbkgagof
官方網址 https://chrome.google.com/webstore/detail/shakespeare/oafilfdaajfcfciemijddcoppbkgagof
簡介 Save notes by website path
檔案大小 213 KB
安裝次數 19
目前版本 0.0.1
更新時間 2015-08-19
上架時間 2015-08-19
開發者 http://www.blackfish.fi
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shakespeare",
    "version": "0.0.1",
    "description": "Save notes by website path",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Shakespeare",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "tabs",
        "unlimitedStorage",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "src\/js\/uri.min.js",
            "src\/js\/Core.js",
            "src\/background.js"
        ]
    },
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            }
        }
    }
}