Favorite Keys

Fastest way to manage Bookmark.

Favorite Keys क्या है?

Favorite Keys Solan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fastest way to manage Bookmark."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Favorite Keys एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Easily and Fastly Manage  your URLs with your favorite keywords

A lightweight extension to increase your productivity to save bookmarks with your favorite keywords (#blog, #travel, #project, etc). It's completely free and server-less (thus we do not store any of your information). Bookmarks are saved in Chrome browser, thus you can access/search them from any device.

➤ FASTEST WAY TO BOOKMARK ANY PAGE
➤ ORGANIZE YOUR ALL LINKS AND PAGES EFFECTIVELY
➤ NO SIGN-UP REQUIRED
➤ ORGANIZE YOUR ANY URLs WITH YOUR FAVOURITE KEYWORD
➤ PARTIAL KEYWORD SEARCH
➤ USES GOOGLE CHROME BOOKMARK FOR SYNC

How To Use? 
Web page you wish to bookmark, go to address bar: 
1. press 'k' key 
2. press SPACE key 
3. Type your keywords for the webpage 
4. press 'Enter' key. Done! 

Your keywords will be saved along with your bookmark web page. 

To retrieve the same web page, go to address bar:
1. press 'k' key
2. press 'SPACE' bar
3. enter your keywords
2. web page URL with same keywords will start appearing in the suggestion below
	
If you like our extension then don't forget to share your valuable ratings and review.                    

एक्सटेंशन की मूल जानकारी

नाम Favorite Keys Favorite Keys
ID eaonfpmfdfmekgndfoidfeamhogacnna
आधिकारिक URL https://chromewebstore.google.com/detail/favorite-keys/eaonfpmfdfmekgndfoidfeamhogacnna
विवरण Fastest way to manage Bookmark.
फ़ाइल का आकार 104 KB
स्थापना संख्या 66
वर्तमान संस्करण 2.1
अंतिम अपडेट 2019-11-05
प्रकाशन तिथि 2019-11-05
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Solan
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Favorite Keys",
    "description": "Fastest way to manage Bookmark.",
    "version": "2.1",
    "background": {
        "persistent": false,
        "scripts": [
            "src\/background.js"
        ]
    },
    "icons": {
        "16": "src\/icon.png",
        "48": "src\/icon.png",
        "128": "src\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "src\/icon.png",
            "38": "src\/icon.png"
        }
    },
    "short_name": "Favorite Keys",
    "permissions": [
        "tabs",
        "bookmarks",
        "storage"
    ],
    "omnibox": {
        "keyword": "k"
    },
    "manifest_version": 2
}