Black Box

Base level extension

Τι είναι το Black Box;

Το Black Box είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον psuser2234, και η κύρια λειτουργία του είναι "Base level extension".

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

screenshot

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

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

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

                        "Instead of copying your notes one by one and pasting them into whatever text editor you use whether (.pdf, .word, etc..) , why don't you copy all of your notes and paste them in your text editor only once ?
You want to know how ?
Download this app and keep reading "

Quickly take your notes.
Simple app that facilitate the process of taking notes, different from other apps that app is easy to use and do not require any sort of registration to use.
Simply this app is really useful while studying or reading online articles where you can take notes just by copying them.

How to use:
1- Click on the app icon on the right upper side of Chrome browser.
2- Click start button
3- Take  a copy just by selecting the text you want copy and hit mouse right click and select copy,
or select the text and hit Ctrl + c.

The has three main buttons:
1- start : allow the app to save your notes
2- stop: disable note taking process
3-copy all text: copy all the notes saved in the app like a list.

Pros:
1- Fast and Easy to use.
2- Save until 10,000 words.
3- Good eye reading colors

Expected upgrades :
1- Letters count.
2- Save the website Url from which you took the note.
3- Highlight the copied text.

Expect more enhancement that will make your browsing experience  more and more easier.                    

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

Όνομα Black Box Black Box
ID okmghoejoecikkidlpdmkkamoheeckan
Επίσημο URL https://chromewebstore.google.com/detail/black-box/okmghoejoecikkidlpdmkkamoheeckan
Περιγραφή Base level extension
Μέγεθος Αρχείου 17.5 KB
Αριθμός Εγκαταστάσεων 14,531
Τρέχουσα Έκδοση 0.0.0.2
Τελευταία Ενημέρωση 2021-11-03
Ημερομηνία Δημοσίευσης 2021-05-20
Αξιολόγηση 3.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής psuser2234
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Black Box",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "description": "Base level extension",
    "browser_action": {
        "default_title": "Black Box",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/chicken-wings.png",
            "16": "images\/chicken-wings.png",
            "24": "images\/chicken-wings.png",
            "32": "images\/chicken-wings.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/chicken-wings.png",
        "16": "images\/chicken-wings.png",
        "24": "images\/chicken-wings.png",
        "32": "images\/chicken-wings.png"
    }
}