Codefaster

A power packed productivity tool made with ❤️ by developers for developers.

ما هو Codefaster؟

Codefaster هو إضافة Chrome تم تطويرها بواسطة https://codefaster.net، والميزة الرئيسية لها هي "A power packed productivity tool made with ❤️ by developers for developers.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Codefaster

قم بتنزيل ملفات الامتداد Codefaster بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        CodeFaster is a fast and simple snippet manager that makes it easy to save code snippets from across the web.! Using CodeFaster extension, you can save your own code snippets from any website, in any format, and even in multiple programming languages. You'll never have to worry about searching for already solved code again!

To save the snippet.
you can save the snippet from across the web in two ways. One is by clicking on the CodeFaster Blue icon that appears next to the code blocks. Another way is, select the text you want, and then right click, and then click on "Save Code Snippet" option.

Snippet sharing.
Sharing snippet is super simple in CodeFaster. All you've to do is, just click on the share icon and then copy the link and send it. That's it!

Smart Snippet search
No more digging through the notepads or word files for searching the code snippet. Using CodeFaster smart search feature, you can easily search all your code snippets in lightning speed. Also, you don't have to enter the exact term for searching snippet, whatever the terms you provide, it'll give the results similar to the query you searched.

Save, search and share code snippets faster with CodeFaster!

The extension is now available for Chrome, Firefox and Edge.

Currently CodeFaster extension supported search engines are: Google, Bing, DuckDuckGo and Ecosia.

So what you're waiting for? Download the CodeFaster extension now to make your development process a lot faster and more efficient!                    

معلومات أساسية عن التمديد

الاسم Codefaster Codefaster
ID ngmefbinfoehcmkejelffgafddimffkl
عنوان URL الرسمي https://chromewebstore.google.com/detail/codefaster/ngmefbinfoehcmkejelffgafddimffkl
الوصف A power packed productivity tool made with ❤️ by developers for developers.
حجم الملف 1.23 MB
عدد التثبيتات 58
النسخة الحالية 1.0.4
آخر تحديث 2022-07-26
تاريخ النشر 2022-06-08
المطور https://codefaster.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://codefaster.net
عنوان صفحة سياسة الخصوصية https://codefaster.net/privacy-policy
اللغات المدعومة en
manifest.json
{
    "description": "A power packed productivity tool made with \u2764\ufe0f by developers for developers.",
    "version": "1.0.4",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Codefaster",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo_favicon.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.codefaster.net\/*",
            "*:\/\/codefaster.net\/*"
        ]
    },
    "icons": {
        "128": "logo_favicon_128_128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/localhost\/",
        "*:\/\/localhost\/*",
        "*:\/\/*.codefaster.net\/*",
        "*:\/\/codefaster.net\/*",
        "*:\/\/google.com\/",
        "*:\/\/www.google.com\/*",
        "*:\/\/google.com\/*",
        "*:\/\/bing.com\/",
        "*:\/\/www.bing.com\/*",
        "*:\/\/bing.com\/*",
        "*:\/\/duckduckgo.com\/",
        "*:\/\/www.duckduckgo.com\/*",
        "*:\/\/duckduckgo.com\/*",
        "*:\/\/ecosia.org\/",
        "*:\/\/www.ecosia.org\/*",
        "*:\/\/ecosia.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "http:\/\/*\/",
                "https:\/\/*\/*",
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "top_frames": true
        },
        {
            "matches": [
                "*:\/\/google.com\/",
                "*:\/\/www.google.com\/*",
                "*:\/\/google.com\/*",
                "*:\/\/bing.com\/",
                "*:\/\/www.bing.com\/*",
                "*:\/\/bing.com\/*",
                "*:\/\/duckduckgo.com\/",
                "*:\/\/www.duckduckgo.com\/*",
                "*:\/\/duckduckgo.com\/*",
                "*:\/\/ecosia.org\/",
                "*:\/\/www.ecosia.org\/*",
                "*:\/\/ecosia.org\/*"
            ],
            "run_at": "document_start",
            "js": [
                "contentBeforeScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "top_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "logo_favicon.png",
                "logo.svg",
                "mock.svg",
                "mock2.svg",
                "left_view.png",
                "right_view.png",
                "body_bg.jpeg",
                "logo.png",
                "logo_favicon.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}