Hashtagify

Extend your reach.

Hashtagify란 무엇입니까?

Hashtagify은(는) Hashtagify Co.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extend your reach."입니다.

확장 프로그램 스크린샷

screenshot

Hashtagify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        On Twitter, hashtags are the your gateway to the world, but most do not use hashtags to their full extent. 

Introducing, Hashtagify.

What's Hashtagify?
Every single word in your Tweets has its own meaning and story behind it, and the world wants to listen. The Hashtagify extension makes it easy as pie to turn every single word in your Tweet into a hastag, so that people can find your content easier and you can reach people's hearts more.

We want you to Tweet to your full potential.

About us
The Hashtagify team is growing every single day, ever since we successfully completed our seed funding. We are opening our offices in Silicon Valley soon, so keep your eyes peeled for that bright blue logo! Pop in for a few goodies from the team :)

Hashtagify was made with 💗, 😭 and ☕ by the Hashtagify team.                    

확장 프로그램 기본 정보

이름 Hashtagify Hashtagify
ID bmpakblggjlmlahmhagoeocgllfikalp
공식 URL https://chromewebstore.google.com/detail/hashtagify/bmpakblggjlmlahmhagoeocgllfikalp
설명 Extend your reach.
파일 크기 78.92 KB
설치 횟수 300
현재 버전 0.8.6.6
최근 업데이트 2018-05-13
출시 날짜 2018-05-13
평점 5.00/5 총 1 개의 평점
개발자 Hashtagify Co.
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hashtagify",
    "version": "0.8.6.6",
    "manifest_version": 2,
    "description": "Extend your reach.",
    "homepage_url": "http:\/\/placeholder.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "options_page": "src\/options_custom\/index.html",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Hashtagify"
    },
    "permissions": [
        "*:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}