News Assist

The News Assist extension provides all necessities to the editor for news search, edit, publish and distribute to social media.

Τι είναι το News Assist;

Το News Assist είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον News Assist Team, και η κύρια λειτουργία του είναι "The News Assist extension provides all necessities to the editor for news search, edit, publish and distribute to social media.".

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

screenshot
screenshot
screenshot

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

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

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

                        The News Assist add-on provides all necessities without having to leave the web browser to the editor for:

    News Searching – search and filter on relevant keywords.
    Editing – edit and enrich with images, video and links in online editor.
    Publishing – contact CMS and publish in right category.
    Content Distributing to social media – distribute to the biggest social networks.

It is a powerful tool and a great working environment integrated with Chrome aimed to increase productivity of blog and website editors.                    

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

Όνομα News Assist News Assist
ID pnhenmemmnaekjhcnfkgbkmfaebnhpao
Επίσημο URL https://chrome.google.com/webstore/detail/news-assist/pnhenmemmnaekjhcnfkgbkmfaebnhpao
Περιγραφή The News Assist extension provides all necessities to the editor for news search, edit, publish and distribute to social media.
Μέγεθος Αρχείου 266 KB
Αριθμός Εγκαταστάσεων 55
Τρέχουσα Έκδοση 1.21
Τελευταία Ενημέρωση 2013-09-19
Ημερομηνία Δημοσίευσης 2013-09-19
Αξιολόγηση 4.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής News Assist Team
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.newsassist.org/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.21",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "skin\/newsassist16.png",
        "32": "skin\/newsassist32.png",
        "48": "skin\/newsassist48.png",
        "128": "skin\/newsassist128.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": {
            "19": "skin\/newsassist19-false.png",
            "38": "skin\/newsassist38-false.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "content\/default_popup.html"
    },
    "background": {
        "scripts": [
            "content\/background.js",
            "content\/storage_engine.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "skin\/content_scripts.css"
            ],
            "js": [
                "content\/content_scripts.js",
                "content\/storage_engine.js"
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "http:\/\/www.newsassist.org\/",
    "minimum_chrome_version": "24",
    "permissions": [
        "webNavigation",
        "tabs",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "clipboardWrite",
        "clipboardRead"
    ],
    "web_accessible_resources": [
        "skin\/*",
        "content\/iframe\/*",
        "content\/misc\/*"
    ],
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Shift+Alt+N"
            }
        },
        "toggle-feature-Sidebar": {
            "suggested_key": {
                "default": "Shift+Alt+Q"
            },
            "description": "Toggle Sidebar"
        },
        "toggle-feature-Downbar": {
            "suggested_key": {
                "default": "Shift+Alt+M"
            },
            "description": "Toggle Downbar"
        }
    }
}