Save Twitter to Notion - Twitter Hunter

Save tweets to Notion in one click. Never lose track of valuable content.

Τι είναι το Save Twitter to Notion - Twitter Hunter;

Το Save Twitter to Notion - Twitter Hunter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον aluo, και η κύρια λειτουργία του είναι "Save tweets to Notion in one click. Never lose track of valuable content.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Save Twitter to Notion - Twitter Hunter

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

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

                        This extension allows you to save interesting Twitter content to your Notion page with just one click, making it easy to view and manage it at a later time. The convenience and practicality of this extension make it particularly useful for users who frequently collect and manage Twitter content. By using this extension, users can think of it as their own digital bookmark, making it easier to organize and manage Twitter content.

Therefore, if you are a Twitter user focused on specific topics or fields or need to regularly collect and manage data on Twitter, installing the "Save Twitter to Notion - Twitter Hunter" extension can help you work more efficiently and save time on tedious tasks.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Save Twitter to Notion - Twitter Hunter Save Twitter to Notion - Twitter Hunter
ID kihlbbjiaelbjpogaihgghpclmngjaao
Επίσημο URL https://chromewebstore.google.com/detail/save-twitter-to-notion-tw/kihlbbjiaelbjpogaihgghpclmngjaao
Περιγραφή Save tweets to Notion in one click. Never lose track of valuable content.
Μέγεθος Αρχείου 364 KB
Αριθμός Εγκαταστάσεων 68
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-08-28
Ημερομηνία Δημοσίευσης 2023-04-24
Προγραμματιστής aluo
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://save-twitter-to-notion.chatgpt2notion.com
URL της Σελίδας Πολιτικής Απορρήτου https://chatgptsave.notion.site/ChatGPT-to-Notion-Privacy-Policy-bb99838afdd84392b84611470d1a1812
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.0",
    "author": "aluojack",
    "name": "Save Twitter to Notion - Twitter Hunter",
    "description": "Save tweets to Notion in one click. Never lose track of valuable content.",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "utils.56c7f88c.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chatgptsave.notion.site\/Twitter-to-Notion-redict-6fd05be386324f779f65c9a230f35fca*"
            ],
            "js": [
                "auth.f33f5d14.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "inline.a687aa6f.js"
            ],
            "css": [
                "inline.2eee9625.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api.notion.com\/*",
        "https:\/\/chatgpt2notion.com\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/chatgptsave.notion.site\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "resources": [
                "inline.d5ab6069.css"
            ]
        }
    ]
}