FakeTag

This extension adds bookmark-tagging functionality to your browser.

FakeTagとは何ですか?

FakeTagはhttps://genggoen.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「This extension adds bookmark-tagging functionality to your browser.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Here's how it works. For example, if you use this extension to bookmark "example.com" (URL) and attach "X" and "Y" tags to it, two bookmarks pointing to "example.com" are created in "X" and "Y" folders. And these duplicate bookmarks stored in different folders are displayed as one "composite bookmark" with two tags (thus called "fake" tags).

This approach (using folders as tags) has the following advantages (among others):

- You don't need to create tags from scratch after installing this extension.
- Your tags are synced by your browser.
- You don't lose your tags after uninstalling this extension.

For more information, see "FakeTag User Guide" (click "Website" on the right side of this page).                    

拡張機能の基本情報

名前 FakeTag FakeTag
ID ldiciehcpokgkkgjfggeeljealplbkoo
公式URL https://chromewebstore.google.com/detail/faketag/ldiciehcpokgkkgjfggeeljealplbkoo
説明 This extension adds bookmark-tagging functionality to your browser.
ファイルサイズ 155 KB
インストール数 46
現在のバージョン 1.1.1
最終更新日 2022-06-06
公開日 2019-07-27
評価 4.00/5 合計 2 レビュー
開発者 https://genggoen.blogspot.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://genggoen.blogspot.com/2019/06/faketag-userguide-toc.html
プライバシーポリシーページのURL https://genggoen.blogspot.com/2019/07/privacy-policy.html
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Metadata_name__",
    "short_name": "__MSG_Metadata_shortName__",
    "version": "1.1.1",
    "description": "__MSG_Metadata_description__",
    "default_locale": "en",
    "permissions": [
        "bookmarks",
        "storage",
        "activeTab"
    ],
    "icons": {
        "16": "\/icons\/logo16.png",
        "48": "\/icons\/logo48.png",
        "128": "\/icons\/logo128.png"
    },
    "background": {
        "service_worker": "event-page\/main.js",
        "type": "module"
    },
    "action": {
        "default_popup": "\/ui\/PageEditor\/PageEditor.html",
        "default_icon": {
            "16": "\/icons\/logo16.png",
            "24": "\/icons\/logo24.png",
            "32": "\/icons\/logo32.png"
        }
    },
    "omnibox": {
        "keyword": "#"
    },
    "commands": {
        "openTagBrowser": {
            "description": "__MSG_HotkeyHandler_openTagBrowser__"
        }
    },
    "options_page": "\/ui\/OptionsPage\/OptionsPage.html"
}