Shakespeare

Save notes by website path

Shakespeare là gì?

Shakespeare là một tiện ích mở rộng Chrome được phát triển bởi http://www.blackfish.fi, và tính năng chính của nó là "Save notes by website path".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shakespeare

Tải xuống các tệp mở rộng Shakespeare dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shakespeare Shakespeare
ID oafilfdaajfcfciemijddcoppbkgagof
URL Chính Thức https://chrome.google.com/webstore/detail/shakespeare/oafilfdaajfcfciemijddcoppbkgagof
Mô tả Save notes by website path
Kích Thước Tệp 213 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2015-08-19
Ngày Phát Hành 2015-08-19
Nhà Phát Triển http://www.blackfish.fi
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}