Hashtags for Chrome bookmarks

Manage your Chrome bookmarks by adding #hashtags!

What is Hashtags for Chrome bookmarks?

Hashtags for Chrome bookmarks is a Chrome extension developed by thsr, and its main feature is "Manage your Chrome bookmarks by adding #hashtags!".

Extension Screenshots

screenshot

Download Hashtags for Chrome bookmarks Extension CRX File

Download Hashtags for Chrome bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Add #hashtags to your bookmarks titles and manage them simply!
Build and explore your tag cloud. 

Bookmarks views:
- by folder
- by date last added

Lightweight and easy to use.

You can still use your folders and bookmarks bar!                    

Extension Basic Information

Name Hashtags for Chrome bookmarks Hashtags for Chrome bookmarks
ID ggndngobgohoahajpknfbmfnamlfkilg
Official URL https://chromewebstore.google.com/detail/hashtags-for-chrome-bookm/ggndngobgohoahajpknfbmfnamlfkilg
Description Manage your Chrome bookmarks by adding #hashtags!
File Size 389 KB
Installation Count 42
Current Version 1.1.0
Last Updated 2019-04-18
Publish Date 2019-04-18
Rating 4.00/5 Total 1 Ratings
Developer thsr
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hashtags for Chrome bookmarks",
    "description": "Manage your Chrome bookmarks by adding #hashtags!",
    "version": "1.1.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/new128.png",
        "128": "icons\/new128.png"
    },
    "browser_action": {
        "default_title": "Hashtags for Chrome bookmarks"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "options_ui": {
        "page": "options\/options.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}