WordMark

Not the conventional bookmark.

WordMark là gì?

WordMark là một tiện ích mở rộng Chrome được phát triển bởi Aashay Palliwar, và tính năng chính của nó là "Not the conventional bookmark.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng WordMark 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

                        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.                    

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

Tên WordMark WordMark
ID lmjcmfpgkiecmjpdokbfmjbmpibmgpcd
URL Chính Thức https://chromewebstore.google.com/detail/wordmark/lmjcmfpgkiecmjpdokbfmjbmpibmgpcd
Mô tả Not the conventional bookmark.
Kích Thước Tệp 278 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-05-31
Ngày Phát Hành 2020-05-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Aashay Palliwar
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://aashaypalliwar.github.io
URL Trang Trợ Giúp https://aashaypalliwar.github.io
Ngôn Ngữ Được Hỗ Trợ 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",
        "*:\/\/*\/*"
    ]
}