WordMark

Not the conventional bookmark.

WordMarkとは何ですか?

WordMarkはAashay Palliwarによって開発されたChromeの拡張機能で、その主な機能は「Not the conventional bookmark.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

WordMark拡張機能のCRXファイルをダウンロード

WordMark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        What can one do with it?

1. Select some text on any random web-page and right click to save it to WordMark's manager with optional remark and category
2. Later from the manager, with just one click, one can open the web-page and automatically scroll down to the same text which is now highlighted. 
3. The extension alerts you if the text you wordMarked has changed.

Other features include:
1. Saving entire browser states (all open tabs) under various categories and optional remarks.
2. From the same launcher, you can launch any saved browser state (i.e. all tabs) in a new window.
3. Manage all these from one page.                    

拡張機能の基本情報

名前 WordMark WordMark
ID lmjcmfpgkiecmjpdokbfmjbmpibmgpcd
公式URL https://chromewebstore.google.com/detail/wordmark/lmjcmfpgkiecmjpdokbfmjbmpibmgpcd
説明 Not the conventional bookmark.
ファイルサイズ 278 KB
インストール数 40
現在のバージョン 0.0.1
最終更新日 2020-05-31
公開日 2020-05-31
評価 5.00/5 合計 1 レビュー
開発者 Aashay Palliwar
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://aashaypalliwar.github.io
ヘルプページのURL https://aashaypalliwar.github.io
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordMark",
    "description": "Not the conventional bookmark.",
    "version": "0.0.1",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "WordMark"
    },
    "icons": {
        "512": "logo512.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "activeTab",
        "*:\/\/*\/*"
    ]
}