Favorite Urls

Store Your Favorite

Favorite Urlsとは何ですか?

Favorite Urlsはdholakiyaankitによって開発されたChromeの拡張機能で、その主な機能は「Store Your Favorite」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Favorite URLs is an Extension for managing your Favorite links easily.You can store your favorite links to your extension unlimited links. If you want to add any Link then click on the Add New button at below. Suppose, you want to add current URL which you are viewing then just click on the extension and then Add current button. Its also provide delete and delete all functionality.                    

拡張機能の基本情報

名前 Favorite Urls Favorite Urls
ID olhgkifdaennjjlkoclicpjmidfldcnj
公式URL https://chromewebstore.google.com/detail/favorite-urls/olhgkifdaennjjlkoclicpjmidfldcnj
説明 Store Your Favorite
ファイルサイズ 262 KB
インストール数 115
現在のバージョン 1.4
最終更新日 2019-08-05
公開日 2019-08-05
評価 4.63/5 合計 16 レビュー
開発者 dholakiyaankit
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Favorite Urls",
    "description": "Store Your Favorite",
    "version": "1.4",
    "short_name": "Favorite URLs",
    "browser_action": {
        "default_icons": {
            "16": "assets\/images\/Book-mark-16.png",
            "48": "assets\/images\/Book-mark-48.png",
            "128": "assets\/images\/Book-mark-128.png"
        },
        "default_icon": "assets\/images\/Bookmark.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}