HashLighter 2

Highlight and scrape #hashtags and @at-tags on the fly. A small extension that saves you expensive time!

HashLighter 2คืออะไร?

HashLighter 2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.hashlighter.com และคุณลักษณะหลักของมันคือ "Highlight and scrape #hashtags and @at-tags on the fly. A small extension that saves you expensive time!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HashLighter 2

ดาวน์โหลดไฟล์ส่วนขยาย HashLighter 2 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        HASHLIGHTER IS NO LONGER SUPPORTED

Please refer to TagPredict which gives better functionality and is supported:

https://www.tagpredict.com

Download free at:
https://chrome.google.com/webstore/detail/tagpredict/paeleikfhjllfcdmkgnjmmkikchonnih


Improve Social Media Productivity and focus on social media marketing with this simple free app that highlights hashtags and scrapes them. HashLighter highlights hashtags (#something) on your screen, and in real time. You can choose the highlight color and turn it off at any time. It is completely free and it would save you so much effort in locating hashtags on your screen that you would become addicted to using it. You can turn on the hashtags recorder that scrapes hashtags and let you export it to a file. It is brilliant for Social Media Marketing (SMM) professionals, Social Media Optimization (SMO), Search Engine Optimization (SEO) work, Search Engine Marketing (SEM) and also for heavy social media users. Imagine you browse pages of social media influencers... all what you need to do is to turn the scraper on, and you get the top popular hashtags they use - so you can use them in your posts.

Please visit us at our blog http://blog.hashlighter.com for additional news and releases. 

HASHLIGHTER v2.0 NO LONGER USING FACEBOOK LOGIN - to protect your privacy. Please report any problems with the email supplied at the app screen.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HashLighter 2 HashLighter 2
ID cjpioolipmgcfjhoineboaghbmbmcenh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hashlighter-2/cjpioolipmgcfjhoineboaghbmbmcenh
คำอธิบาย Highlight and scrape #hashtags and @at-tags on the fly. A small extension that saves you expensive time!
ขนาดไฟล์ 188 KB
จำนวนการติดตั้ง 359
เวอร์ชันปัจจุบัน 9.0
อัปเดตครั้งล่าสุด 2019-11-09
วันที่เผยแพร่ 2019-11-09
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://www.hashlighter.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://blog.haslighter.com/index.php/2016/10/09/launching-hashlighter/
URL หน้านโยบายความเป็นส่วนตัว https://www.ibronto.com/comhype_limited_privacy_policy.pdf
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery.js",
            "js\/baseFunctions.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/19x19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/baseFunctions.js",
                "js\/main.js",
                "js\/content-action.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "description": "Highlight and scrape #hashtags and @at-tags on the fly. A small extension that saves you expensive time!",
    "icons": {
        "100": "img\/100x100.png",
        "128": "img\/128x128.png",
        "19": "img\/19x19.png",
        "48": "img\/48x48.png"
    },
    "manifest_version": 2,
    "name": "HashLighter 2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "file:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "9.0",
    "content_security_policy": "script-src 'self' https:\/\/checkout.stripe.com\/checkout.js; object-src 'self'"
}