Hashtagify

Extend your reach.

Τι είναι το Hashtagify;

Το Hashtagify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hashtagify Co., και η κύρια λειτουργία του είναι "Extend your reach.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Hashtagify

Λήψη αρχείων επέκτασης Hashtagify σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}