Edit Taboola Widget

Make a quick mockup by editing the item titles, branding text, and thumbnail in a Taboola widget.

ما هو Edit Taboola Widget؟

Edit Taboola Widget هو إضافة Chrome تم تطويرها بواسطة Taboola, Inc، والميزة الرئيسية لها هي "Make a quick mockup by editing the item titles, branding text, and thumbnail in a Taboola widget.".

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

screenshot

تحميل ملف CRX للإضافة Edit Taboola Widget

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

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

                        Use this tool to make quick mockups for potential advertisers.

Notes:
- You can change a recommendation's item title, branding text, and widget header.
- To change a thumbnail photo, click on the photo and you'll be prompted to enter a URL for the new image. Enter the entire link, including the http:// part.
- Or, shift-click to place an image that's already on your clipboard.
- For best results changing the text, place your cursor in the text and hit Command-A (or control-A on PC). It will highlight all of the text. Then just start typing.

1.3.5 Fixed issue where typing a capital letter in a text box created a semi transparent overlay that blocked editing
1.3.4 Fixed issue with pasting that preventing pasting text in other non-edited elements
1.3.3 New icon for dark mode, fixes issue of reinjecting script on multiple uses on the same page.
1.3.2 Fixes issue with carousel on MSN Home Page
1.3.1 Minor changes to accommodate change in Feed structure.
1.3 Added new features for feed mocks - now change card logos at will!
1.2.2 Fixed issue with image URL also being copied when pasting image from clipboard; added support for editing .video-description elements (feed)
1.2.1 Fixed attribution popup issue; now works with Dec 2016 update to MSN home page.
1.2 Works for iFramed widgets now. Requires Chrome 50. New presentation for "wait" state while preparing page.
1.1.3 Removed debugger statement that stopped execution when DevTools are open; better duplicate load detection.
1.1.2 Fixed issue with spotlight icons; overrides default behavior on MSN.com to allow editing titles.
1.1.1 Fixed issue with pasting text into item title and branding fields.
1.1: Now copy images from the clipboard! Copy an image via Chrome's "Copy Image", or via Ctrl/Command-C from any application and then shift-click a thumbnail to place that image in the widget.
1.0.4: new 'ON' light on page confirms that editing is now possible and prevents multiple injections.                    

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

الاسم Edit Taboola Widget Edit Taboola Widget
ID bjaecdnagkkjjhlaekfgddbnghakmgfp
عنوان URL الرسمي https://chromewebstore.google.com/detail/edit-taboola-widget/bjaecdnagkkjjhlaekfgddbnghakmgfp
الوصف Make a quick mockup by editing the item titles, branding text, and thumbnail in a Taboola widget.
حجم الملف 54.65 KB
عدد التثبيتات 335
النسخة الحالية 1.3.6
آخر تحديث 2023-03-11
تاريخ النشر 2023-03-10
تقييم 5.00/5 مجموع تقييمات 1
المطور Taboola, Inc
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Edit Taboola Widget",
    "name": "Edit Taboola Widget",
    "version": "1.3.6",
    "minimum_chrome_version": "50.0",
    "description": "Make a quick mockup by editing the item titles, branding text, and thumbnail in a Taboola widget.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon.png"
        },
        "default_title": "Edit Taboola Widget",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "clipboardRead"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'"
}